<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------- base ---------*/

input, select, button {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
.c {
	border: 1px solid #CCC;
	border-top: none
}
.clear {
	clear: both;
}
.h10 {
	height: 10px;
	line-height: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal
}
header {
}
.message_list {
	padding: 20px;
}
.message_list ul li {
	line-height: 24px;
}
.message_list ul li .message_tit {
	border-bottom: 1px dashed #dedede;
	line-height: 30px;
	height: 30px;
}
.message_list ul li .info {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.message_list ul li .date {
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-left: 20px;
}
a.message_add {
	float: right;
	display: inline-block;
	color: #f00;
	margin-right: 20px;
}
.message_add_form {
	padding: 20px;
}
.reply_list ul li {
	padding: 10px 20px;
	background: #eee;
}
.form_table th {
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	width: 100px;
}
.form_table td {
	font-weight: normal;
	vertical-align: middle;
	padding-top: 10px;
}
.detail_table th {
	padding: 8px 0;
}
.list_btn, .search_btn {
	display: inline-block;
	width: 79px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url(../images/btn_bg.gif) no-repeat;
	border: 0;
	cursor: pointer;
}
.list_input {
	font-size: 14px;
	height: 32px;
	padding: 0 3px;
	background: url(../images/input_bg.gif) no-repeat 0 0;
	line-height: 32px;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 400px;
}
.input_date {
	height: 32px;
	padding: 0 3px;
	background: url(../images/icon.png) no-repeat center right;
	line-height: 32px;
	border: 1px solid #a7b5bc;
	border-right: 1px solid #ced9df;
	border-bottom: 1px solid #ced9df;
	width: 400px;
}
.list_textarea {
	height: 80px;
	width: 400px;
	padding: 0 3px;
	background: url(../images/input_bg.gif) no-repeat 0 0;
	line-height: 20px;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 400px;
}
a.sub_btn, .sub_btn {
	display: inline-block;
	background: url(../images/sub_btn_bg.png) no-repeat;
	width: 138px;
	text-align: center;
	color: #fff;
	height: 36px;
	line-height: 36px;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
</pre></body></html>